/* -------Global Css----------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui;
 background-color: #f2f2f2;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
:root {
  --primary: #FF9800;
  --primaryLight: #ffba43;
  --secondary: #ffd07f;
  --secondaryLight: #ffba43;
  --headerColor: #1a1a1a;
  --bodyTextColor: #4e4b66;
  --bodyTextColorWhite: #fafbfc;
  /* 13px - 16px */
  /*--topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);*/
  /* 31px - 49px */
  /*--headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);*/
  /*--bodyFontSize: 1rem;*/
   /* Increase font size values */
  --topperFontSize: clamp(1rem, 2vw, 1.5rem); /* Adjusted values */
  --headerFontSize: clamp(2.5rem, 5vw, 4rem); /* Adjusted values */
  --bodyFontSize: 1.7rem; /* Adjusted value */
  /* Other CSS properties */
  /* 60px - 100px top and bottom */
  --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
  --transition: 0.3s; 
}
.cs-topper {
  font-size: var(--topperFontSize);
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: inherit;
  letter-spacing: .1em;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.25rem;
  display: block;
}

.cs-title {
  font-size: var(--headerFontSize);
  font-weight: 900;
  line-height: 1.2em;
  text-align: inherit;
  max-width: 43.75rem;
  margin: 0 0 1rem 0;
  color: var(--headerColor);
  position: relative;
}

.cs-text {
  font-size: var(--bodyFontSize);
  line-height: 1.5em;
  text-align: inherit;
  width: 100%;
  max-width: 40.625rem;
  margin: 0;
  color: var(--bodyTextColor);
}
/* -------Global Css----------- */
ul {
  list-style: none;
}
a {
  text-decoration: none;
}


/* Header ðŸ”½ */
header {
  background: url(../images/land-d.jpg);
  background-size: cover;
  height: 100vh;
  background-position: center;
}
header .layout {
  background-image: -webkit-radial-gradient(
    48% 42%,
    140% 110%,
    rgb(33 36 40 / 50%),
    rgba(33, 37, 41, 0.6),
    rgb(65 67 69 / 70%),
    rgb(106 106 106 / 80%),
    rgb(90 90 90 / 93%),
    #575757 55%,
    #949494 200%
  );
}
header .navbar .navbar-brand {
  width: 67px;
}
header .navbar .navbar-brand img {
  width: 100%;
}
.navbar .navbar-nav .nav-item a {
  transition: var(--transition);
}
.navbar .navbar-nav .nav-item a:hover,
.navbar .navbar-nav .nav-item .active,
.navbar .navbar-nav .nav-item a:focus {
  color: var(--primary);
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler {
  border: none;
}
/* Land */
header .land .info {
  margin-top: -140px;
}

header .land .info h1 span {
  color: var(--primary);
}
/* Header ðŸ”¼ */
/* About ðŸ”½ */

.about .row .img-part .img-box{
  width: 350px;
  margin-top: 50px;
  max-height: 560px;
}
.about .row .img-part .img-box, .about .row .img-part .img-box img{
  border-radius: 0px 100px 0px 100px;
}
.about .row .img-part .img-box::before,.about .row .img-part .img-box::after{
  content: "";
  position: absolute;
  z-index: -1;
  width: 200px;
  height: 200px;
  background-color: #ff980061;
}
.about .row .img-part .img-box::before{
  left: -50px;
  top: -50px;
  border-radius: 10px;
}
.about .row .img-part .img-box::after{
  right: -75px;
  bottom: -75px;
  border-radius: 50%;
  
}
/* About ðŸ”¼ */
/* Services ðŸ”½  */
.services{
  background-color: #e2e2e2;
}
.services .row > div .box{
  /* background: url(../images/land-d.jpg); */
  background-size: cover;
  border-radius: 10px;
}

.services .icon{
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  background-color: #e2e2e2;
  padding: 15px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 24px;
  color: var(--primary);
  transition: var(--transition);
}
.services .row > div .layout{
  border-radius: 10px;
  background-color: #00000099;
  min-height: 252px;
}
/* Services ðŸ”¼ */
                              
/*-- -------------------------- -->
<---            Blog            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #blog-985 {
      padding: var(--sectionPadding);
  }
  #blog-985 .cs-container {
      width: 100%;
      /* changes to 1280px at desktop */
      max-width: 36.5rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
  }
  #blog-985 .cs-content {
      /* set text align to left if content needs to be left aligned */
      text-align: center;
      width: 100%;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: center;
  }

  #blog-985 .cs-title {
      margin-bottom: 2rem;
      max-width: 20ch;
  }
  #blog-985 .cs-button-solid {
      font-size: 1rem;
      /* 46px - 56px */
      line-height: clamp(2.875em, 5.5vw, 3.5em);
      text-decoration: none;
      font-weight: 700;
      text-align: center;
      margin: 0;
      color: #fff;
      min-width: 9.375rem;
      padding: 0 2rem;
      background-color: var(--primary);
      display: inline-block;
      position: relative;
      z-index: 1;
      /* prevents padding from adding to the width */
      box-sizing: border-box;
  }
  #blog-985 .cs-button-solid:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 0%;
      background: #000;
      opacity: 1;
      top: 0;
      left: 0;
      z-index: -1;
      transition: width 0.3s;
  }
  #blog-985 .cs-button-solid:hover:before {
      width: 100%;
  }
  #blog-985 .cs-button-solid {
      /* prevents flexbox from squishing it */
      flex: none;
  }
  #blog-985 .cs-card-group {
      width: 100%;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      /* 16px - 20px */
      gap: clamp(1rem, 2vw, 1.25rem);
      position: relative;
  }
  #blog-985 .cs-item {
      list-style: none;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      position: relative;
  }
  #blog-985 .cs-item:hover {
      cursor: pointer;
  }
  #blog-985 .cs-item:hover .cs-info:before {
      opacity: 1;
      background-color: var(--primary);
  }
  #blog-985 .cs-item:hover .cs-picture img {
      transform: scale(1.15);
  }
  #blog-985 .cs-item:hover .cs-date {
      color: #fff;
  }
  #blog-985 .cs-item:hover .cs-icon {
      filter: brightness(150%);
  }
  #blog-985 .cs-item:hover .cs-link {
      color: #fff;
  }
  #blog-985 .cs-picture {
      width: 100%;
      height: 30rem;
      /* removed at tablet */
      aspect-ratio: 0.68333333;
      /* clips img tag from overflowing it on hover */
      overflow: hidden;
      display: block;
      position: relative;
      z-index: 1;
  }
  #blog-985 .cs-picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* makes sure the top of the image is at the top of the parent, heads won't get cut off this way */
      object-position: top;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      transition: transform 0.9s;
  }
  #blog-985 .cs-info {
      width: 83%;
      max-width: 26.25rem;
      /* 16px - 24px */
      padding: clamp(1rem, 2vw, 1.5rem);
      /* prevents padding from affecting the height and width */
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 10;
  }
  #blog-985 .cs-info:before {
      /* background-color */
      content: "";
      width: 100%;
      height: 100%;
      background: #1a1a1a;
      opacity: 0.8;
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      z-index: -1;
      transition:
          background-color 0.3s,
          opacity 0.3s;
  }
  #blog-985 .cs-date {
      font-size: 1rem;
      line-height: 1.2em;
      font-weight: 700;
      margin: 0 0 1.25rem 0;
      color: #bababa;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 0.5rem;
      transition: color 0.3s;
  }
  #blog-985 .cs-icon {
      width: 1.25rem;
      height: auto;
      transition: filter 0.3s;
  }
  #blog-985 .cs-h3 {
      font-size: 1.25rem;
      line-height: 1.2em;
      font-weight: 700;
      margin: 0 0 0.75rem 0;
      color: #fff;
      display: block;
  }
  #blog-985 .cs-desc {
      font-size: 1rem;
      line-height: 1.5em;
      margin: 0 0 1.25rem 0;
      color: #f7f7f7;
      display: block;
  }
  #blog-985 .cs-link {
      font-size: 1rem;
      line-height: 1.2em;
      font-weight: 700;
      text-decoration: none;
      width: auto;
      margin: 0;
      color: var(--primary);
      display: inline-block;
      position: relative;
      transition: color 0.3s;
  }
  #blog-985 .cs-link:hover {
      color: #fff;
  }
  #blog-985 .cs-link:before {
      /* underline */
      content: "";
      width: 100%;
      height: 1px;
      background: currentColor;
      opacity: 1;
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      transition: background-color 0.3s;
  }
}
/* Tablet - 550px */
@media only screen and (min-width: 34.375rem) {
  #blog-985 .cs-content {
      text-align: left;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-end;
      gap: 3rem;
  }
  #blog-985 .cs-title {
      margin: 0;
  }
  #blog-985 .cs-picture {
      /* remove the aspect ratio so the height can be squished */
      aspect-ratio: initial;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #blog-985 .cs-container {
      max-width: 80rem;
  }
  #blog-985 .cs-card-group {
      flex-direction: row;
  }
}

                              
/*-- -------------------------- -->
<---          Footer            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cs-footer-269 {
      /* 60px - 100px top and bottom */
      padding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
      background-color: #1a1a1a;
      /* Navigation Links */
      /* Contact Links */
  }
  #cs-footer-269 .cs-container {
      width: 100%;
      /* reset on tablet */
      max-width: 34.375rem;
      margin: auto;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      /* 68px - 100px */
      column-gap: clamp(4.25rem, calc(10%), 6.25rem);
  }
  #cs-footer-269 .cs-logo-group {
      /* takes up all the space, lets the other ul's wrap below it */
      width: 100%;
      position: relative;
  }
  #cs-footer-269 .cs-logo {
      /* 210px - 240px */
      width: clamp(13.125rem, 8vw, 15rem);
      height: auto;
      display: block;
      /* 28px - 44px */
      margin-bottom: clamp(1.75rem, 4.17vw, 2.75rem);
  }
  #cs-footer-269 .cs-logo-img {
      width: 100%;
      height: auto;
  }
  #cs-footer-269 .cs-text {
      /* 14px - 16px */
      font-size: clamp(0.875rem, 2.5vw, 1rem);
      line-height: 1.5em;
      margin: 0;
      margin-bottom: 2rem;
      /* changes to 305px at desktop */
      max-width: 33.75rem;
      color: var(--bodyTextColorWhite);
  }
  #cs-footer-269 .cs-nav {
      padding: 0;
      margin: 0;
  }
  #cs-footer-269 .cs-nav-li {
      list-style: none;
      line-height: 1.5em;
      margin-bottom: 0.5rem;
  }
  #cs-footer-269 .cs-nav-li:last-of-type {
      margin-bottom: 0;
  }
  #cs-footer-269 .cs-header {
      font-size: 1rem;
      line-height: 1.5em;
      font-weight: 700;
      margin-bottom: 0.875rem;
      color: var(--bodyTextColorWhite);
      position: relative;
      display: block;
  }
  #cs-footer-269 .cs-nav-link {
      font-size: 1rem;
      text-decoration: none;
      line-height: 1.5em;
      color: var(--bodyTextColorWhite);
      position: relative;
  }
  #cs-footer-269 .cs-nav-link:before {
      /* underline */
      content: "";
      width: 0%;
      height: 0.125rem;
      /* current color of the parent */
      background: currentColor;
      opacity: 1;
      position: absolute;
      display: block;
      bottom: -0.125rem;
      left: 0;
      transition: width 0.3s;
  }
  #cs-footer-269 .cs-nav-link:hover:before {
      width: 100%;
  }
  #cs-footer-269 .cs-contact {
      margin: 0;
      padding: 0;
      width: auto;
      display: flex;
      flex-direction: column;
      align-self: stretch;
  }
  #cs-footer-269 .cs-contact-li {
      list-style: none;
      margin-bottom: 0rem;
  }
  #cs-footer-269 .cs-contact-li:last-of-type {
      margin-bottom: 0;
  }
  #cs-footer-269 .cs-contact-link {
      font-size: 1rem;
      text-decoration: none;
      line-height: 1.5em;
      text-align: left;
      color: var(--bodyTextColorWhite);
      display: inline-block;
  }
  #cs-footer-269 .cs-contact-link:hover {
      text-decoration: underline;
  }
  #cs-footer-269 .cs-address {
      font-size: 1rem;
      margin-bottom: 1.25rem;
  }
  #cs-footer-269 .cs-social-group {
      /* pushes away from the other flex items */
      margin-top: auto;
      margin-left: auto;
  }
  #cs-footer-269 .cs-social {
      display: inline-flex;
      justify-content: flex-start;
      gap: 0.75rem;
  }
  #cs-footer-269 .cs-social-link {
      width: 1.5rem;
      height: 1.5rem;
      background-color: #4e4b66;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 1;
      transition:
          transform 0.3s,
          background-color 0.3s;
  }
  #cs-footer-269 .cs-social-link:hover {
      background-color: var(--primary);
      transform: translateY(-0.1875rem);
  }
  #cs-footer-269 .cs-social-img {
      height: 0.8125rem;
      width: auto;
      display: block;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #cs-footer-269 .cs-container {
      max-width: 80rem;
      row-gap: 0;
  }
  #cs-footer-269 .cs-logo-group {
      width: auto;
      /* pushes everything to the right of it as far as possible in a flexbox */
      margin-right: auto;
  }
  #cs-footer-269 .cs-text {
      width: 80%;
      max-width: 19.0625rem;
      margin: 0;
  }
  #cs-footer-269 .cs-nav,
  #cs-footer-269 .cs-contact {
      /* 8px - 12px */
      margin-top: clamp(0.5rem, 1.2vw, 0.75rem);
  }
}

                              